home *** CD-ROM | disk | FTP | other *** search
- global gVoicePlaying, gCurrentLabel
-
- on exitFrame
- if not tellLeftBtnState(gGizmo, 1) then
- showRollOverText(rollOver())
- end if
- if gVoicePlaying and not soundBusy(2) then
- if not gizmoOpened(gGizmo) then
- expandGizmo(gGizmo)
- end if
- set gVoicePlaying to 0
- setCompassPict(gGizmo, #on, member (gCurrentLabel & "_LenTxt") of castLib "Internal")
- end if
- go(the frame)
- end
-